home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form WinnerMessage
- BorderStyle = 0 'None
- Caption = "Form1"
- ClientHeight = 1110
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 2115
- LinkTopic = "Form1"
- ScaleHeight = 1110
- ScaleWidth = 2115
- ShowInTaskbar = 0 'False
- StartUpPosition = 1 'CenterOwner
- Begin VB.Label Label4
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- BorderStyle = 1 'Fixed Single
- ForeColor = &H80000008&
- Height = 1110
- Left = 0
- TabIndex = 3
- Top = 0
- Width = 2115
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- Caption = "(click to vanish)"
- Height = 195
- Left = 517
- TabIndex = 2
- Top = 795
- Width = 1110
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- Caption = "One more to ""O"""
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 285
- Left = 135
- TabIndex = 1
- Top = 465
- Width = 1875
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "Yahoo!"
- BeginProperty Font
- Name = "Arial"
- Size = 14.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Left = 585
- TabIndex = 0
- Top = 90
- Width = 975
- End
- Attribute VB_Name = "WinnerMessage"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Label4_Click()
- WinnerMessage.Hide
- End Sub
-